From 6a3a9c957c89a5896d3bd904dc5b59ff1ae40011 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Tue, 30 Sep 2008 08:37:34 +0000 Subject: [PATCH] forgot the G_GNUC_CONST of gtk_orientable_get_type(). 2008-09-30 Michael Natterer * gtk/gtk.symbols: forgot the G_GNUC_CONST of gtk_orientable_get_type(). svn path=/trunk/; revision=21551 --- ChangeLog | 5 +++++ gtk/gtk.symbols | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fc9a92d740..fed82d91f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-30 Michael Natterer + + * gtk/gtk.symbols: forgot the G_GNUC_CONST of + gtk_orientable_get_type(). + 2008-09-30 Michael Natterer Bug 541009 – Get rid of separate subclasses for horizontal and diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols index 537be335ca..6813133268 100644 --- a/gtk/gtk.symbols +++ b/gtk/gtk.symbols @@ -2550,8 +2550,8 @@ gtk_object_get_type G_GNUC_CONST #if IN_HEADER(__GTK_ORIENTABLE_H__) #if IN_FILE(__GTK_ORIENTABLE_C__) -gtk_orientable_get_type gtk_orientable_get_orientation +gtk_orientable_get_type G_GNUC_CONST gtk_orientable_set_orientation #endif #endif -- 2.30.2